home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / myActionProc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  240 b   |  13 lines  |  [TEXT/KAHL]

  1. /* myActionProc.h */
  2.  
  3. #ifndef __MAP__
  4. #define __MAP__
  5.  
  6. extern    ListHandle        helpList;        /* handle for List Manager            */
  7. extern    Rect            workRect;
  8.  
  9. void    myActionSeg        (void);
  10.  
  11. pascal    void            myActionProc(ControlHandle, short);
  12.  
  13. #endif    /*    __MAP__    */